@charset "utf-8";
/*公共样式 global 3680v2*/
body{/*font-size:16px*/}
.icon-bar{background:#000}
a{color:#333}
a:hover,a:active,a:focus{color:#333;text-decoration:none}
ul{padding:0;margin:0;list-style:none}
.nav>li>a:focus,.nav>li>a:hover{background:0}

.toggle-lang {
	position: absolute;
	right: 1em;
	top: .5em;
	font-size: 12px;
}


@media (max-width: 767px) {
	.toggle-lang {
		text-align: right !important;
		position: inherit !important;
		padding: 2px 10px !important;
		font-size: 12px !important;
		background: #f4f4f4 !important;
		right: 1em !important;
		top: .5em !important;
		font-size: 12px !important;
	}
}

.contact.col-xs-12.col-sm-6 {
	list-style: none;
}

.dropdown-menu>li>a{line-height:2}
.navbar{margin:0;border-radius:0;border:none}
.navbar-nav{margin:0}
.navbar-nav>li>.dropdown-menu{border:none;border-radius:0}
.navbar-brand{font-size:18px;font-weight:bold}

.carousel{z-index:1}
.banner {
    height: 140px;
    background: #eee no-repeat center;
    background-size: cover;
}

@media screen and (min-width: 480px) {
    .banner {
        height: 200px;
    }
}

@media screen and (min-width: 768px) {
    .banner {
        height: 350px;
    }
	
	.banner img {
		width: 100%;
	}
}
.search-bar{background:#eee}
.hotwords{float:left;font-size:14px;line-height:3}
.hw-title{color:#000}
.searchbar-box{float:right;margin:10px 0}
.searchbar-box>input{height:33px;outline:none;border:none;border-radius:0;padding:0;vertical-align:top}
.searchbar-box>.text{width:247px;padding:0 10px}
.searchbar-box>.btn{width:54px;color:#fff;background:#09f}
/*导航*/
.breadcrumb>li+li:before{content:'>\00a0';color:#333}
.breadcrumb{line-height:2}


	/*产品三级分类*/
.subcates{display:none;overflow: hidden;background:#fff;padding-bottom:20px}
.subcates.active{display:block}
.subcates li{float:left;width:25%;line-height:25px;padding-left: 30px;background: url(../icons/subcates-bg.png) no-repeat 15px center;}
.subcates li a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.subcates li a.active{color:#09f}


/*二级菜单*/
.dropdown-menu>.submenu{position: relative;}
.dropdown-menu>.submenu:after{content:'';position:absolute;right:5px;top:13px;border:solid 4px transparent;border-left-color:#333;}
.dropdown-menu>.submenu>.dropdown-menu{left:100%;top:0;margin:0}



/**等比图片**/
.proportion-constrain-4b3,.proportion-constrain-16b9{position:relative;height:0}
.proportion-constrain-4b3{padding-bottom:75%}
.proportion-constrain-16b9{padding-bottom:56.25%}
.proportion-constrain-4b3>img,.proportion-constrain-16b9>img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}
/*图片缩放动画*/
.zoomable{overflow:hidden;}
.zoomable>img{-ms-transform:-ms-transform .3s;-moz-transition:-moz-trasnform .3s;-o-transition:-o-transform .3s;-webkit-transition:-webkit-transform .3s;transition:transform .3s}
.zoomable>img:hover{-ms-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}

/*标题*/
.section-header{text-align:center;margin-bottom:20px}
.section-header>.title{font-size:24px;margin-top:0;}
.section-header>.subtitle{color:#666;margin-bottom:20px;font-size: 14px;line-height:1.5;white-space:nowrap;text-transform:uppercase;font-family:times;}
.section-header>.subtitle:before,.section-header>.subtitle:after{content:'';width:80px;border-top:solid 1px;display:inline-block;vertical-align:middle;margin:0 10px}

.pagination-wrapper{text-align: center}

/*页脚*/
.footer{color:#ccc;background:#26272b}
.footer a{color:#ccc}
.footer>.footer-wrap{padding:20px 0;}
.footer .contact>.list{line-height:2}
.footer .friend-link{background:rgba(0,0,0,.2);line-height:3}
.footer>.copyright-wrap{text-align:center}
.footer .form-control{background:0;border-radius:0;resize:none;color:#fff;}
.footer .btn-submit{color:#fff;background:#09f;border-radius:0}
.footer .btn-submit:active{background:#09f}
/*导航*/
.fixed-navbar-bottom{height:50px}
.fixed-navbar-bottom>.navbar-bottom{position:fixed;height:50px;width:100%;left:0;bottom:0;z-index:999;line-height:50px;text-align:center;background:#fff;box-shadow:0 0 2px #000}
.navbar-bottom>.nb-item{float:left;width:25%}
.nb-item>a>img,.nb-item>a>b{font-weight:normal;vertical-align:middle}
/*产品切换*/
/*.cates-tabpages>.tabpage{display:none}*/
.cates-tabpages>.tabpage.active{display:block}
/* ********* 首页 ********* */
/*产品*/
.cates-tabbtns>li.active,.cates-tabbtns>li.active>a{color:#fff;background:#008ae6;}
/*栏目*/
.column-list{padding:20px 0 0 0;list-style:none;overflow:hidden}
.column-list>.column-item{float:left;width:20%;margin:0 2%;text-align:center;line-height:2.5}
.column-list>.column-item:first-child{margin-left:4%}
.column-list>.column-item>a{color:#333}
/*优势*/
.advantage{background:#26272b}
.advantage-list>li{margin:6px 0}
.advantage-list>li>.adv-item{overflow:hidden;background:#fff;padding:10px;}
.advantage-list>li>.adv-item>.adv-img{float:left;width:166px;margin-right:24px}
.advantage-list>li>.adv-item>.adv-desc{overflow: hidden;line-height:2}
.adv-desc-title{font-size:18px;font-weight: bold;margin:10px 0}
.adv-desc-txt{height:64px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

.advantage .section-header{color:#fff}
.advantage .section-header>.subtitle{color:#fff}
/*关于*/
.more-btn-block{display:block;text-align:center;color:#fff}
.about{color:#fff;background:#26272b;padding: 0px 60px 0px 60px;}

.about-img{width: auto;max-width: 50%;float:left;height: 400px;margin-top: 50px;margin-bottom: 50px;/*object-fit:scale-down;*/}
.about-desc{overflow:hidden;line-height:2.5;}
.about-desc>.about-title{font-size:24px;position:relative}
/*.about-desc>.about-title::after{position:absolute;bottom:0;content:'';width:67px;border-bottom:solid 3px #09f;}*/
.about-desc>.about-content{text-indent:2em;margin-top:10px;height:240px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}

/*新闻*/
.news-list{overflow:hidden}
.news-list>li{overflow:hidden;padding:20px 0 16px 0;border-bottom:solid 1px #ddd;}
.news-list .news-date{float:left;text-align:center;color:#999}
.news-date>.nd-date{font-size:40px}
.news-list .news-content{overflow:hidden;line-height:2}
.news-content>.nc-title{font-size:16px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-content>.nc-desc{height:56px;overflow:hidden}

.footer .feedback-code-wrapper{margin-top:6px}
.feedback-code-wrapper>img{padding:0;width:auto}
.case-item .proportion-constrain-4b3,.product-list .proportion-constrain-4b3,.rec-products .proportion-constrain-4b3{border: solid 1px #ccc;}
/* ********* 产品列表 ********* */
.product-list-page{padding:20px 0}
.product-list-page .product-list>li:nth-child(n+7){display: block}
.pdc-com{white-space: nowrap}
/* ********* 产品详情 ********* */
.pb-body>.pb-txt{overflow:hidden;color:#666}
.pb-body>.pb-btn-wrapper>.pb-btn{display:inline-block;color:#fff;padding:10px 80px;background:#FF4F03;border-radius:5px;}
.pb-txt>.product-date-com>.pdc-date{margin-right:20px}
.pb-txt>.product-title{color:#FF4F03;font-size:30px;font-weight:bold;margin:10px 0;padding-bottom:10px;line-height:1.5;}
.pb-txt>.pb-summary{color:#333;line-height:2;/*height:64px;*/overflow:hidden;margin:10px 0;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.pb-txt>.pb-area{padding:10px 0;border:solid 1px #ddd;border-left:none;border-right:none;margin:10px 0}
.pd-edit img{display:block;margin:0 auto;max-width:100%;height: auto;}
.pd-edit h3{color:#054988;padding-left:10px;}
.pd-edit h3:before{content:'\00a0';display:inline-block;border-left:solid 5px}
.pd-other-link{line-height:3}


/* ********* 新闻中心 news-list.html ********* */
.news-list-page .news-list>li{margin:10px 0;border:solid 1px #ddd}
.news-item>a{display:block}
/* ********* 新闻 news.html ********* */
.news-detail-title{text-align:center}
.news-detail-info{font-size:14px;text-align:center;margin:10px 0}
.news-detail-wrap>.news-detail-content{line-height:2;margin-bottom:30px}
/* ********* 关于 about.html ********* */
.about-page{padding:20px 0}
.about-page .about-content{line-height:2}
/* ********* 案例 case.html ********* */
.case-detail{margin-top:20px}
.case-detail img{max-width:100%;display:block;margin:0 auto}
/* ********* Page ********* */
/* ********* Page ********* */
/* ********* Page ********* */

/*Mobile*/
@media screen and (max-width: 767px){
	body{font-size:14px}
	.navbar-brand{position: absolute; left: 0; right: 60px; padding-right: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news .container，
.about .container,
.case .container，
.advantage .container，
.product-center .container{padding-left:20px;padding-right:20px}
	.section-header>.title{font-size:16px;font-weight: bold;line-height: 1.3; /* */text-align: left;padding-left:10px;border-left:solid ;}
	.section-header>.title>a{float:right;font:normal 14px sans-serif;color:#666;}
	.section-header>.subtitle{font-size:12px}


	
	/*导航*/
	.breadcrumb{background:#fff;border:solid 10px #eee;border-left:none;border-right:none}
	.carousel-inner>.item>img{height:50vw;object-fit:cover}
	.section-header>.subtitle:before, .section-header>.subtitle:after{width:40px}
	.product-center,.advantage,.case,.about,.news{padding:20px 0;border-top:solid 15px #eee}
	/*产品中心*/
	.cates-tabbtns{overflow:hidden;text-align:center;line-height:2.5;}
	.cates-tabbtns>li{float:left;width:30%;margin-right:5%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#eee;margin-bottom:10px}
	.cates-tabbtns>li:nth-child(3n){margin-right:0}
	.cates-tabbtns>li>a{display:block;overflow:hidden;text-overflow:ellipsis}

	.product-list{overflow:hidden}
	.product-list>li{float:left;width:48%;margin-right:4%;text-align:center;line-height:2}
	.product-list>li:nth-child(even){margin-right:0}
	.product-list>li:nth-child(n+7){display:none}

	.more-btn-block{display:block;color:#fff;background:#26272b;text-align:center;line-height:2;border-radius:6px;margin:15px 0 0}
	.more-btn-block:hover,.more-btn-block:active,.more-btn-block:focus{color:#fff}
	/*优势*/
	.advantage-list>li>.adv-item>.adv-desc{line-height:1.5}
	.advantage-list>li>.adv-item>.adv-img{width:33%;margin-right:10px}
	.adv-desc-title{font-size:14px;margin:5px 0}
	.adv-desc-txt{height: 42px;line-height: 1.5;}
	/*案例*/
	.case-list{overflow:hidden}
	.case-list>.case-item{float:left;width:32%;margin:2% 0 0}
	.case-list>.case-item:first-child{width:66%;margin-right:2%}
	.case-list>.case-item:first-child>a>.proportion-constrain-4b3{padding-bottom:75.7%}
	.case-list>.case-item:nth-child(5){margin:2% 2% 0}
	.case-list>.case-item:nth-child(4){clear: left;}

	.case-item>a>.case-title{display:none}
	.news-content>.nc-desc{color:#666;}
	/*关于*/
	/*.about .about-desc{padding:15px}*/
	.about-desc>.about-title{font-size: 16px;font-weight: bold;line-height: 1.3;border-left:solid;padding-left: 10px}
	.about-desc>.about-title>a{color:#fff}
	.about-desc>.about-content{height: auto}
	/*.about-desc>.about-title::after{left:50%;margin-left:-34px}*/
	.about-desc>.more-btn-block{background:#09f}
	/*新闻*/
	.news-list .news-date{width:90px;height:90px;border-radius:50px;margin-right:10px;background:#eee}
	.news-content>.nc-title{font-size:14px}
	.section-header>.subtitle{display:none; }
	.news-wrapper{margin-top:-15px;}

/* ********* 产品列表 ********* */
	.chanpin .pcenter-title{margin-top: 20px;}
	.product-list-page .main-content-right{padding-bottom:10px}
	.product-list-page>.container{padding:0}
	.product-list-page>.container>.product-cates{}
	.product-list-page .section-header>.title,.related-news>.rn-title,.m-vline-header{font-size: 16px;padding-left:10px;font-weight: bold;line-height: 1.3;text-align:left;border-left:solid 3px #333;}
	.product-list-page{padding:0;}
	.product-list-page .main-content-right,.product-list-page>.container>.product-cates>.section-header,.product-list-page>.container>.product-cates>.cates-tabbtns{margin:0 15px}
	/*相关新闻*/
	.related-news{border-top:solid 15px #eee;padding:15px 15px 0 15px}
	.related-news>.rn-list{margin-top:20px;line-height:3}
	.related-news>.rn-list>li{position:relative;overflow:hidden;border-top:solid 1px #ddd}
	.related-news>.rn-list>li>a{float:left;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	.related-news>.rn-list>li>.rn-date{float:right}
/* ********* 产品 ********* */
	.product-page>.container,.product-nav-search-mix>.container{padding:0}
	.product-nav-search-mix .breadcrumb{margin:0}
	.product-brief,.product-detail,.recommend-products{padding:15px}

	.product-brief .pl-title{margin-top:0}

	.pb-body{display:table}
	.pb-body>.pb-img{margin:10px 0}
	.pb-body>.pb-txt{display:table-header-group}

	.pb-body>.pb-btn-wrapper>.pb-btn{display:block;text-align:center;margin-top:10px;padding:10px 0}
	.pb-txt>.product-title{border-top:solid 1px #eee;text-align:center;padding-top: 10px;font-size: 18px;}
	.product-detail{line-height:2}

	.pd-edit{margin-top:10px}
	
	.pd-other-link{}
	.pd-other-link>div>.pol-btn{padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#eee}
	
	.recommend-products,.product-detail{border-top:solid 15px #eee}
	.recommend-products>.rp-header{margin:15px 0}

/* ********* 新闻中心 news-list.html ********* */
	.news-list-page .news-list>li{padding:10px 20px}
	.news-item>a>.news-info{line-height:2;margin-bottom:10px}
	.news-item-date>.nid-ym{float:left}
	.news-item-date>.nid-ym::after{content:'-'}
	.news-info>.ninf-title{font-weight:bold;}
	.news-info>.ninf-summary{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
	.news-item>a>.news-info-link{padding:2px 20px;color:#fff;background:#1b1b1b}

/* ********* 新闻 news.html ********* */
	.news-page>.container{padding:0}
	.news-detail-wrap{padding:15px}
	.news-detail-title{}
	.news-detail-wrap>.rec-products{overflow:hidden;margin:20px 0}
	.news-detail-wrap>.rec-products>li{float:left;width:32%;margin-right:2%}
	.news-detail-wrap>.rec-products>li:nth-child(3){margin-right:0}
	.news-detail-wrap>.rec-products>li:nth-child(n+4){display:none}
	.news-detail-wrap>.rec-products>li>a{display:block}
/* ********* 关于 about.html ********* */
	.about-hot-products,.about-news-wrap{padding:15px 0;border-top:solid 15px #eee}
	.about-hot-products .section-header>.title,.about-news-wrap .section-header>.title{margin:10px 0;font-size: 16px;}
	.about-news-wrap .news-date{background:0}
/* ********* Page ********* */

	h1{font-size:18px}
	h2{font-size:16px}
	h3,h4,h5,h6{font-size:14px}
	h1,h2,h3,h4,h5,h6{font-weight:bold}

	.news-detail-content img {
		max-width: 100%;
		height:auto;
	}
	/*联系我们*/
	
	.footer .contact {color:#333;background: #fff;border-top: solid 15px #eee;border-bottom: solid 15px #eee;padding: 30px 15px 20px;}
	.footer .feedback {padding-top:30px;/*background: #333;*/}
	.footer .copyright-wrap{padding:10px 0;line-height:2;/*background:#333;*/}
	.footer .footer-wrap{padding:0}
	.footer .contact .head {font-size: 16px;font-weight: bold;margin: 0;margin-bottom: 10px;}
	.footer .contact>.list {line-height: 3;}
	/*首页标题*/
	.about-desc>.about-title>a,.footer .contact .head{border-left:solid;padding-left:10px}
	.copyright>.copyright-item{display:block}
}


/*PC*/

@media screen and (min-width:768px){

.nav{float:right;margin-top:20px;font-size:16px}
.container>.navbar-collapse{padding:23px 0}
.navbar{border-bottom:solid 5px #09f}

/* ********* 首页 ********* */
/*产品中心*/
.product-center{margin-top:20px}
.product-center>.container{overflow:hidden}
.product-cates{float:left;width:233px;padding:20px 0;margin-right:19px;color:#fff;background:#09f}
.product-center .product-cates{float:left;padding-bottom:200px;margin-bottom:-200px}

/*.product-center .cates-tabbtns>li{padding:10px 24px}*/

.cates-tabpages>.tabpage{position:relative}
.cates-tabpages>.tabpage>.more-btn-block{position:absolute;top:0;right:0;color:#333}
.product-list-wrapper{overflow:hidden}
.pcenter-title{font-size:18px;font-weight:bold;text-align:center;margin:20px 0}

.cates-tabbtns{overflow:hidden;padding:0 17px}
.cates-tabbtns>li{margin:10px 0;/*padding:10px 24px;*/color:#333;background:#fff;cursor:pointer}
.cates-tabbtns>li>a{display:block;padding:10px 24px}
.cates-tabbtns>li>a:hover{color:#fff;background:#008ae6}

.product-list-header{margin-bottom:10px}
.pl-title{padding-left:12px;margin:0;border-left:solid 8px;color:#09f;font-size:18px;font-weight:bold}
.product-list-header>a{float:right}

.product-list{overflow:hidden}
.product-list>li{float:left;width:32%;margin-right:2%;margin-bottom:2%;text-align:center;line-height:2}
.product-list>li:nth-child(3n){margin-right:0}

/*优势*/
.advantage{margin-top:20px;padding:40px 0 20px 0}

/*案例*/
.case{padding:50px 0}
.case-list>.case-item{float:left;width:23%;margin-right:2.6%;text-align: center;line-height: 2}
.case-list>.case-item:nth-child(n+4){margin-right:0}
.case-list>.case-item:nth-child(n+5){display:none}

/*关于*/
.about .about-desc{padding:60px 0 60px 20px;height:500px}
/*.about-desc>.about-title::after{left:0}*/
.about-desc>.more-btn-block{width:134px;margin-top:20px;border:solid 1px}
/*新闻*/
.news{padding:50px 0}

.news-wrapper{font-size:14px}
.news-thumb{float:left;width:45%;margin-right:5%;line-height:2}
.news-thumb>img{width:100%;object-fit:cover}
.news-thumb>.thumb-title{font-size:16px;font-weight:bold;margin-top:10px}
.news .news-list{float:right;width:50%}
.news-wrapper>.more-wrap{/*float:left;margin-top:-60px*/clear:left;float:left;}
.news-wrapper>.more-wrap>.more-btn-block{width:134px;line-height:2.5;font-size:16px;background:#09f;border:solid 1px #007acc}
.news-list .news-date{margin-right:24px}


/* ********* 产品列表 product-list.html ********* */
.product-list-page{padding:20px 0}
.container>.main-content-right{overflow:hidden}
.container>.main-content-right{float:right;width:65%;}
.product-list-page .product-list>li{width:31%;margin-right:3.5%;}
.product-list-page .product-list>li:nth-child(3n){margin-right:0}
.related-news{float:left;clear:left;width:233px;font-size:14px;padding:10px;margin-top:20px;line-height:2.3;border:solid 1px #ddd}
.related-news>.rn-title{font-size:20px;text-align:center;border-bottom:solid 1px #09f;margin-bottom:10px}
.rn-title>.inner{display:inline-block;border-bottom:solid 5px #09f;margin-bottom:-3px}
.related-news>.rn-list{list-style:none;margin-left:1em;color:#058}
.rn-list>li>a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rn-date{display:none}

/* ********* 产品 product.html ********* */
.product-page{padding:20px 0 30px}
.product-nav-search-mix{background:#f6f6f6}
.product-nav-search-mix .breadcrumb{float:left;margin:2px 0}
.product-page .product-cates{margin-right: 0}
.product-brief>.pb-body{overflow:hidden}
.pb-body>.pb-txt{float:right;width:63%}
.pb-body>.pb-img{width:35%;float:left;margin-right:2%}
.pb-body>.pb-btn-wrapper{}
.pb-body>.pb-btn-wrapper>.pb-btn{}
.pb-txt>.product-title{border-bottom:solid 1px}
.pdc-date,.pdc-com{display:inline-block;padding-left:30px}
.pb-txt>.product-date-com>.pdc-date{background:url(../images/icon-time.png) no-repeat}
.pb-txt>.product-date-com>.pdc-com{background:url(../images/icon-address.png) no-repeat}

.product-page .product-detail{margin-top:20px;line-height:2;border:solid 1px #eee}
.product-detail>.pdetail-header,.recommend-products>.rp-header{padding:9px 20px;font-size:18px;background:#eee}
.product-detail>.pd-edit{padding:20px 30px}
.pd-other-link{margin:0 30px;border-top:solid 1px #ddd}

/*产品推荐*/
.recommend-products{margin-top:20px;border:solid 1px #eee}
.recommend-products>.product-list{padding:1%}
.recommend-products>.product-list>li{width:23%;margin:1%}

/* ********* 新闻中心 news-list.html ********* */
.news-list-page{padding:20px 30px}
.news-item{position:relative}
.news-item>a>.news-info{font-size:15px;padding-left:20px;line-height:2}
.news-item>a>.news-info>.ninf-title{font-size:18px;font-weight:bold}
.news-item>a>.news-info>.ninf-summary{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.news-item .news-item-date{position:absolute;width:80px;height:60px;left:10px;top:20px;color:#999;text-align:center;border-right:solid 1px #ddd}
.news-item-date>.nid-ym{position:absolute;left:0;bottom:0;width:100%}
.news-item-date>.nid-day{font-size:30px}
/* ********* 新闻 news.html ********* */
.news-page{padding:20px 0 30px}
.news-detail-title{font-size:24px}
.news-detail-wrap>.news-detail-info{color:#999;text-align:center;border-bottom:solid 1px #ddd;padding:10px 0;}
.news-detail-wrap>.rec-products{overflow:hidden;margin:20px 0}
.news-detail-wrap>.rec-products>li{float:left;width:19%;margin-right:1.25%}
.news-detail-wrap>.rec-products>li:nth-child(5){margin-right:0}
.news-detail-wrap>.rec-products>li:nth-child(n+6){display:none}
.news-detail-wrap>.rec-products>li>a{display:block}
.news-detail-wrap>.pd-other-link{margin:0}
/* ********* 关于 about.html ********* */
.about-hot-products{background:#eee}
.about-hot-products,.about-news-wrap{padding:30px 0}
.about-news-wrap .news-list>.news-item{float:left;width:48%;margin-right:4%}
.about-news-wrap .news-list>.news-item:nth-child(even){margin-right:0}
/* ********* Page ********* */
.footer>.copyright-wrap{background:rgba(0,0,0,.2);line-height:5}
.copyright-item{margin:0 10px}
}

@media (min-width:992px){
	.container>.main-content-right{width:73%;}
	.
}
@media (min-width:1200px){
	.container>.main-content-right{width:78%;}
}

@media screen and (min-width:1230px){
.container{width:1230px}
}

/*个人信息*/
.personal-info{line-height:2.5}
.personal-info>.info-bar{height:120px;line-height:2;padding-top:10px;text-align:center;font-weight: bold;color: #fff;background:url(../imgs/info-bg.jpg) no-repeat left top/cover;}
.personal-info>.info-bar>p{height: 64px;overflow: hidden;text-overflow: ellipsis;width: 80%;margin: 0 auto;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.personal-info>.info-bar>img{border:solid 2px #fff;border-radius:50px}
.personal-info>.info-wrapper{margin-top:50px;overflow:hidden}
.info-wrapper>.info-item{padding:0 15px}
.info-wrapper>.info-item::after{content:'';display:block;border-bottom:solid 1px #ddd;clear:left}
.info-item>.info-name{float:left;width:100px;}
.info-item>.info-btn{float:right;font-size:14px;line-height:40px}
.info-title>.info-name{font-size:18px;font-weight:bold;padding-left:20px;background:url(../imgs/info-icon.png)no-repeat left center/ 20px;}
.info-more-link{text-align:center}
.personal-info>.fixed-wx{display:none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,.5);z-index: 1;}
.fixed-wx>img{position: absolute;width: 80%;top: 50%;left: 50%;transform: translate3d(-50%,-50%,0);}
.about-content img {
	max-width:100%;
}
